home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / silo.lha / silo / Debug.c < prev    next >
C/C++ Source or Header  |  1993-08-08  |  308b  |  18 lines

  1. /* $Author: ecsv38 $ $Date: 90/08/21 14:45:43 $ $Revision: 1.1 $ */
  2. /* (c) S. Manoharan  sam@lfcs.edinburgh.ac.uk */
  3.  
  4. #include <std.h>
  5. #include <stream.h>
  6.  
  7. #include "Debug.h"
  8.  
  9. int debug_flag = 0;        /* global debug flag */
  10.  
  11. void
  12. freeStoreException()
  13. {
  14.    cout << form("Baby, You're cored.\n");
  15.    exit(-1);
  16. }
  17.  
  18.